home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / harmonizer / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  183 b   |  12 lines

  1. #!smake
  2.  
  3. include ${ROOT}/usr/include/make/commondefs
  4.  
  5. TARGETS = harmonizer
  6. LCOPTS    = -O2
  7. LLDLIBS    = -laudio -laudiofile -laudioutil -lm
  8.  
  9. default all: $(TARGETS)
  10.  
  11. include ${COMMONRULES}
  12.